projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e71026
)
Allow build configuration on Apple ARM devices (bug#41994)
author
Roland Kaufmann
<rlndkfmn+emacs@gmail.com>
Thu, 27 Dec 2018 14:51:49 +0000
(15:51 +0100)
committer
Alan Third
<alan@idiocy.org>
Sat, 15 Aug 2020 16:06:31 +0000
(17:06 +0100)
* configure.ac: Add arm as a port target for Darwin.
Copyright-paperwork-exempt: yes
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1b155bd39edbf84354442f96894850d9e82da260..745ff22d354c55d544e54f540605589d7361e806 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-723,7
+723,7
@@
case "${canonical}" in
*-apple-darwin* )
case "${canonical}" in
*-apple-darwin[0-9].*) unported=yes ;;
- i[3456]86-* | x86_64-* ) ;;
+ i[3456]86-* | x86_64-*
| arm-*
) ;;
* ) unported=yes ;;
esac
opsys=darwin